Opc.Ua.Core
TranslationInfo Constructor(XmlQualifiedName,Object[])



Opc.Ua Namespace > TranslationInfo Class > TranslationInfo Constructor : TranslationInfo Constructor(XmlQualifiedName,Object[])
Stores the arguments for uses with a SymbolicId that is used to look up default text.
Syntax
'Declaration
 
Public Function New( _
   ByVal symbolicId As XmlQualifiedName, _
   ByVal ParamArray args() As Object _
)
'Usage
 
Dim symbolicId As XmlQualifiedName
Dim args() As Object
 
Dim instance As New TranslationInfo(symbolicId, args)
public TranslationInfo( 
   XmlQualifiedName symbolicId,
   params object[] args
)
public:
TranslationInfo( 
   XmlQualifiedName^ symbolicId,
   ... array<Object^>^ args
)

Parameters

symbolicId
args
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

TranslationInfo Class
TranslationInfo Members
Overload List